home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
util
/
shell
/
ShellScr.lha
/
ShellScr
/
src
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1998-09-02
|
256 b
|
14 lines
include ../../../make-defs
FILES=ShellScr
all: $(FILES)
clean:; $(RM) $(FILES) *.m
install: $(FILES); $(CP) $^ /
dist: all install; $(RM) $(FILES)
protect /ShellScr +p
ShellScr: ShellScr.e args.m clr.m defarg.m paths.m; $(EC) $<
%.m:; $(GETOBJ) $(*F)